Add version features
authorFelix Krull <f_krull@gmx.de>
Mon, 20 May 2019 20:59:38 +0000 (22:59 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
rust-bindings/rust/Cargo.toml

index 557805bb861432fed7700d9648c9576e46aa078a..94760f46d491d3991882951eeeb90c542cc82822 100644 (file)
@@ -61,3 +61,5 @@ v2018_3 = ["v2018_2", "ostree-sys/v2018_3"]
 v2018_5 = ["v2018_3", "ostree-sys/v2018_5"]
 v2018_6 = ["v2018_5", "ostree-sys/v2018_6"]
 v2018_7 = ["v2018_6", "ostree-sys/v2018_7"]
+v2018_9 = ["v2018_7", "ostree-sys/v2018_9"]
+v2019_2 = ["v2018_9", "ostree-sys/v2019_2"]